Remarks{}CommandName{setGadgetText}HelpPath{General}ReturnValue{}OpenBrace{ }Parameters{handle gadget, str text}CloseBrace{}Description{Sets the text of the specified gadget.  Where this text is displayed depends on the gadget.  For a window, this is the caption in the titlebar, for a label this is the text of the label, for an edit gadget this is the text which appears in the editing area.}ReturnDescription{}Param1{gadget}Param1Desc{Handle to a gadget}Param2{text}Param2Desc{The new text of the specified gadget}